Opc.Ua.Core
Return Method



Opc.Ua.Buffers Namespace > ArrayPoolBufferSegment<T> Class : Return Method
Returns a rented buffer to the shared pool and invalidates memory.
Syntax
'Declaration
 
Public Sub Return( _
   Optional ByVal clearArray As Boolean _
) 
'Usage
 
Dim instance As ArrayPoolBufferSegment(Of T)
Dim clearArray As Boolean
 
instance.Return(clearArray)
public void Return( 
   bool clearArray
)
public:
void Return( 
   bool clearArray
) 

Parameters

clearArray
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArrayPoolBufferSegment<T> Class
ArrayPoolBufferSegment<T> Members